<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.d-none {
    display: none;
}
.service_form .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.service_h {
    height: 85px;
}

.service_bannerslider {
    min-height: auto !important;
    margin-bottom: 3%;
}

.our-team-title {
    font-weight: bolder;
    color: #030303;
    text-transform: uppercase;
    text-align: center;
}

.service_h .error {
    margin: 0 !important;
    color: #ff0000;
    font-size: 12px;
    font-weight: 500;
}

.checkbox1 .error {
    color: #ff0000;
    font-size: 12px;
    font-weight: 500;
}

.confirmDetails {
    font-weight: 500;
}

.serviceform-disclaimer {
    color: #767676;
    font-size: 12px;
}

    .serviceform-disclaimer b {
        color: red;
    }

.checkbox label {
    display: inline-block !important;
}

service_form h3 {
    font-size: 22px;
}

.service_form .form-control {
    padding: 5px 5px;
    height: 45px;
    line-height: 15px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-color: #000;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.btdsend-otp {
    position: absolute;
    right: 25px;
    top: 14px;
    color: #2dd55d;
}

    .btdsend-otp:hover {
        outline: 0;
        cursor: pointer;
        color: #666;
        text-decoration: none !important;
    }

.btdVerify-otp {
    position: absolute;
    right: 25px;
    top: 14px;
}

.btd_error {
    color: green;
    font-weight: 500;
    float: right;
    font-size: 12px;
}

.registered_all {
    display: block;
    text-align: center;
}

.customSelectstate select {
    height: 45px;
    line-height: 15px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border: none;
    border-bottom: 1px solid #000;
    border-color: #000;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background: url(/images/down-arrow.png) no-repeat center right 8px;
    white-space: pre;
    text-overflow: ellipsis;
    padding: 5px 5px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    font-family: "Fira Sans";
    color: transparent;
    text-shadow: 0 0 0 #000;
    position: relative;
    z-index: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.customSelectstate:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.customSelectstate select option {
    color: #000;
}

.customSelectstate select::-ms-expand {
    display: none;
}

.customSelectstate select:focus::-ms-value {
    background: 0 0;
}

.sit_date_new,
.ui-datepicker td.holiday a,
.ui-datepicker td.holiday a:hover {
    background: none #ffebaf;
}

#date_new_Date {
    background: url(/images/HyperLocal/Nexa/date.png) 98% 15px no-repeat #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.checkbox1 {
    height: auto;
    font-size: 12px;
    color: #01224c;
    margin-top: 0 !important;
}

#checkbox-error {
    position: absolute;
    top: 82%;
    left: 2px;
}

#serviceregistercar-error {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 500;
}

.carerrorMessage {
    display: none;
    color: red;
    font-size: 12px;
    margin: 0 0 7px 16px;
    font-weight: 500;
}

.registered-car-img {
    padding: 0 36px 0px 36px;
}

.registered-car-content h4 {
    text-transform: uppercase;
}

.radio-registration {
    margin: 0 4px 0 0 !important;
}

.service-aboutus p {
    text-align: justify;
}

.checkbox1 input[type="checkbox"] {
    margin: 1px -19px 0px;
}

.btdSub {
    width: 190px;
    color: #000;
    padding: 12px 20px;
    font-size: 18px;
    color: #fff;
    background: #888c8f;
    border: none;
    cursor: pointer;
    transition: all 0.7s;
    text-transform: uppercase;
    margin-bottom: 80px;
}

    .btdSub:hover {
        color: #fff;
        background: #000;
        transition: all 0.7s;
    }

@media (max-width: 767px) {
    .btdSub {
        margin-top: 24px;
    }

    .carerrorMessage {
        margin-left: 5%;
    }

    .confirmDetails {
        font-size: 21px;
    }

    .checkbox1 input[type="checkbox"] {
        margin: 1px -19px 0px !important;
    }

    .checkbox label {
        margin-bottom: 1rem;
    }

    .service-aboutus p {
        max-height: 250px;
        overflow: auto;
        padding: 0 10px 0 0;
        margin-bottom: 23%;
    }
}

@media only screen and (device-width: 768px) {
    .btdsend-otp {
        right: 18px;
        font-size: 11px;
    }

    .btdVerify-otp {
        font-size: 11px;
    }

    .service_text::-webkit-input-placeholder {
        font-size: 10px;
    }
}

@media only screen and (device-width: 1024px) {
    .our-team-title {
        margin-top: 5%;
    }
}</pre></body></html>